adding Seconds
fun <Unit : SecondOrSmaller, TimeUnit> TimePeriod<Unit>.addingSeconds(count: Int): TimePeriod<Unit>
Content copied to clipboard
Create a new TimePeriod by moving forward some number of seconds.
Parameters
count
The number of seconds by which to move forward.